[INFO] fetching crate santh-bogon 0.1.0...
[INFO] fixing santh-bogon-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate santh-bogon 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate santh-bogon 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate santh-bogon 0.1.0
[INFO] tweaked toml for crates.io crate santh-bogon 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate santh-bogon 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate santh-bogon 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.49
[INFO] [stderr]   Downloaded zerocopy v0.8.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42
[INFO] running `Command { std: "docker" "start" "41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking santh-bogon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.9.0
[INFO] [stdout] error[E0432]: unresolved import `bogon`
[INFO] [stdout]  --> tests/unit.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use bogon::ip_addr_is_bogon;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bogon`
[INFO] [stdout]   --> tests/integration.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use bogon::ip_addr_is_bogon;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bogon`
[INFO] [stdout]  --> tests/adversarial.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use bogon::ip_addr_is_bogon;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bogon`
[INFO] [stdout]  --> tests/gap.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use bogon::ip_addr_is_bogon;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `santh-bogon` (test "gap") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `santh-bogon` (test "integration") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `santh-bogon` (test "adversarial") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/property.rs:56:22
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let first  = bogon::ip_addr_is_bogon(ip);
[INFO] [stdout]    |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `santh-bogon` (test "property") due to 14 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/property.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let second = bogon::ip_addr_is_bogon(ip);
[INFO] [stdout]    |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/property.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let _ = bogon::ip_addr_is_bogon(ip);
[INFO] [stdout]    |                 ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/property.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 |         let _ = bogon::ip_addr_is_bogon(ip);
[INFO] [stdout]    |                 ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/property.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 10/8 must be bogon");
[INFO] [stdout]    |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout] 110 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 172.16/12 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:124:22
[INFO] [stdout]     |
[INFO] [stdout] 124 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 192.168/16 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:139:22
[INFO] [stdout]     |
[INFO] [stdout] 139 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 127/8 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:153:22
[INFO] [stdout]     |
[INFO] [stdout] 153 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 169.254/16 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:171:22
[INFO] [stdout]     |
[INFO] [stdout] 171 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 100.64.0.0/10 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:186:22
[INFO] [stdout]     |
[INFO] [stdout] 186 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 198.18.0.0/15 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:209:22
[INFO] [stdout]     |
[INFO] [stdout] 209 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in fc00::/7 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:229:22
[INFO] [stdout]     |
[INFO] [stdout] 229 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in ff00::/8 (multicast) must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]    --> tests/property.rs:246:22
[INFO] [stdout]     |
[INFO] [stdout] 246 |         prop_assert!(bogon::ip_addr_is_bogon(ip), "{ip:?} in 64:ff9b:1::/48 must be bogon");
[INFO] [stdout]     |                      ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `santh-bogon` (test "unit") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:19:139
[INFO] [stdout]    |
[INFO] [stdout] 19 | ...r::new(127, 0, 0, 1)); prop_assert!(bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:20:138
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...dr::new(8, 8, 8, 8)); prop_assert!(!bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:21:133
[INFO] [stdout]    |
[INFO] [stdout] 21 | ...(Ipv6Addr::LOCALHOST); prop_assert!(bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:22:177
[INFO] [stdout]    |
[INFO] [stdout] 22 | ...dr::new(10, o, 0, 1)); prop_assert!(bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:23:177
[INFO] [stdout]    |
[INFO] [stdout] 23 | ...d().unwrap_or(1), 1)); prop_assert!(bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:24:181
[INFO] [stdout]    |
[INFO] [stdout] 24 | ...or(0) & 0x3f), 0, 1)); prop_assert!(bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:25:253
[INFO] [stdout]    |
[INFO] [stdout] 25 | ...3).copied().unwrap_or(4))); let a = bogon::ip_addr_is_bogon(ip); let b = bogon::ip_addr_is_bogon(ip); prop_assert_eq!(a, b); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:25:290
[INFO] [stdout]    |
[INFO] [stdout] 25 | ...ogon::ip_addr_is_bogon(ip); let b = bogon::ip_addr_is_bogon(ip); prop_assert_eq!(a, b); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:26:144
[INFO] [stdout]    |
[INFO] [stdout] 26 | ...r::new(192, 0, 2, 1)); prop_assert!(bogon::ip_addr_is_bogon(ip)); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:27:130
[INFO] [stdout]    |
[INFO] [stdout] 27 | ...Ipv4Addr::new(8, 8, 8, 8)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:28:130
[INFO] [stdout]    |
[INFO] [stdout] 28 | ...Ipv4Addr::new(9, 9, 9, 9)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:29:134
[INFO] [stdout]    |
[INFO] [stdout] 29 | ...Addr::new(10, 10, 10, 10)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:30:134
[INFO] [stdout]    |
[INFO] [stdout] 30 | ...Addr::new(11, 11, 11, 11)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:31:134
[INFO] [stdout]    |
[INFO] [stdout] 31 | ...Addr::new(12, 12, 12, 12)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:32:134
[INFO] [stdout]    |
[INFO] [stdout] 32 | ...Addr::new(13, 13, 13, 13)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:33:134
[INFO] [stdout]    |
[INFO] [stdout] 33 | ...Addr::new(14, 14, 14, 14)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:34:134
[INFO] [stdout]    |
[INFO] [stdout] 34 | ...Addr::new(15, 15, 15, 15)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:35:134
[INFO] [stdout]    |
[INFO] [stdout] 35 | ...Addr::new(16, 16, 16, 16)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:36:134
[INFO] [stdout]    |
[INFO] [stdout] 36 | ...Addr::new(17, 17, 17, 17)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:37:134
[INFO] [stdout]    |
[INFO] [stdout] 37 | ...Addr::new(18, 18, 18, 18)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:38:134
[INFO] [stdout]    |
[INFO] [stdout] 38 | ...Addr::new(19, 19, 19, 19)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:39:134
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...Addr::new(20, 20, 20, 20)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:40:134
[INFO] [stdout]    |
[INFO] [stdout] 40 | ...Addr::new(21, 21, 21, 21)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:41:134
[INFO] [stdout]    |
[INFO] [stdout] 41 | ...Addr::new(22, 22, 22, 22)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:42:134
[INFO] [stdout]    |
[INFO] [stdout] 42 | ...Addr::new(23, 23, 23, 23)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:43:134
[INFO] [stdout]    |
[INFO] [stdout] 43 | ...Addr::new(24, 24, 24, 24)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:44:134
[INFO] [stdout]    |
[INFO] [stdout] 44 | ...Addr::new(25, 25, 25, 25)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:45:134
[INFO] [stdout]    |
[INFO] [stdout] 45 | ...Addr::new(26, 26, 26, 26)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:46:134
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...Addr::new(27, 27, 27, 27)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:47:134
[INFO] [stdout]    |
[INFO] [stdout] 47 | ...Addr::new(28, 28, 28, 28)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:48:134
[INFO] [stdout]    |
[INFO] [stdout] 48 | ...Addr::new(29, 29, 29, 29)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:49:134
[INFO] [stdout]    |
[INFO] [stdout] 49 | ...Addr::new(30, 30, 30, 30)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:50:134
[INFO] [stdout]    |
[INFO] [stdout] 50 | ...Addr::new(31, 31, 31, 31)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:51:134
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...Addr::new(32, 32, 32, 32)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:52:134
[INFO] [stdout]    |
[INFO] [stdout] 52 | ...Addr::new(33, 33, 33, 33)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:53:134
[INFO] [stdout]    |
[INFO] [stdout] 53 | ...Addr::new(34, 34, 34, 34)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:54:134
[INFO] [stdout]    |
[INFO] [stdout] 54 | ...Addr::new(35, 35, 35, 35)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:55:134
[INFO] [stdout]    |
[INFO] [stdout] 55 | ...Addr::new(36, 36, 36, 36)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:56:134
[INFO] [stdout]    |
[INFO] [stdout] 56 | ...Addr::new(37, 37, 37, 37)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:57:134
[INFO] [stdout]    |
[INFO] [stdout] 57 | ...Addr::new(38, 38, 38, 38)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:58:134
[INFO] [stdout]    |
[INFO] [stdout] 58 | ...Addr::new(39, 39, 39, 39)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:59:134
[INFO] [stdout]    |
[INFO] [stdout] 59 | ...Addr::new(40, 40, 40, 40)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:60:134
[INFO] [stdout]    |
[INFO] [stdout] 60 | ...Addr::new(41, 41, 41, 41)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:61:134
[INFO] [stdout]    |
[INFO] [stdout] 61 | ...Addr::new(42, 42, 42, 42)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:62:134
[INFO] [stdout]    |
[INFO] [stdout] 62 | ...Addr::new(43, 43, 43, 43)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:63:134
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...Addr::new(44, 44, 44, 44)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:64:134
[INFO] [stdout]    |
[INFO] [stdout] 64 | ...Addr::new(45, 45, 45, 45)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:65:134
[INFO] [stdout]    |
[INFO] [stdout] 65 | ...Addr::new(46, 46, 46, 46)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:66:134
[INFO] [stdout]    |
[INFO] [stdout] 66 | ...Addr::new(47, 47, 47, 47)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:67:134
[INFO] [stdout]    |
[INFO] [stdout] 67 | ...Addr::new(48, 48, 48, 48)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bogon` in this scope
[INFO] [stdout]   --> tests/campaign_wave8_proptest.rs:68:134
[INFO] [stdout]    |
[INFO] [stdout] 68 | ...Addr::new(49, 49, 49, 49)); let _ = bogon::ip_addr_is_bogon(ip); },
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `bogon`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bogon`, use `cargo add bogon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `santh-bogon` (test "campaign_wave8_proptest") due to 51 previous errors
[INFO] running `Command { std: "docker" "inspect" "41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42", kill_on_drop: false }`
[INFO] [stdout] 41d4afb60835360db36272b749d37a8bda2a3bd1e765d8a48c1f3ed8d03e6e42
